repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2010
/
CSWF4Parallel
/
Program.cs
blob
4b12d84df82530e71ecd07001d4b714e7130b3db
1
using
System
;
2
using
System
.
Linq
;
3
using
System
.
Activities
;
4
using
System
.
Activities
.
Statements
;
5
6
namespace
CSWF4Parallel
7
{
8
9
class
Program
10
{
11
static void
Main
(
string
[]
args
)
12
{
13
WorkflowInvoker
.
Invoke
(
new
Workflow1
());
14
}
15
}
16
}